home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Sharing Fun! I Know My Savior Lives / Sunday Savers: Sharing Fun! I Know My Savior Lives.iso / mac / Xtras / PrintOMatic MX 1.7.3 / PrintOMatic MX (Win32) / -PrintOMatic MX Demo.dir / 00017_main screen frame script.ls < prev    next >
Encoding:
Text File  |  2004-04-06  |  1.2 KB  |  15 lines

  1. on exitFrame
  2.   if the controlDown or the optionDown or the commandDown then
  3.     cast("release notes").text = "Preview" && word 2 to the number of words in the text of cast "release notes" of the text of cast "release notes"
  4.     cast("info sheet").text = "Preview" && word 2 to the number of words in the text of cast "info sheet" of the text of cast "info sheet"
  5.     cast("docs").text = "Preview" && word 2 to the number of words in the text of cast "docs" of the text of cast "docs"
  6.     cast("order form").text = "Preview" && word 2 to the number of words in the text of cast "order form" of the text of cast "order form"
  7.   else
  8.     cast("release notes").text = "Print" && word 2 to the number of words in the text of cast "release notes" of the text of cast "release notes"
  9.     cast("info sheet").text = "Print" && word 2 to the number of words in the text of cast "info sheet" of the text of cast "info sheet"
  10.     cast("docs").text = "Print" && word 2 to the number of words in the text of cast "docs" of the text of cast "docs"
  11.     cast("order form").text = "Print" && word 2 to the number of words in the text of cast "order form" of the text of cast "order form"
  12.   end if
  13.   go(the frame)
  14. end
  15.